Skip to content

Commit 5c3fb5e

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents a339f16 + 81762ef commit 5c3fb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/library/Booster/SMT/Interface.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ initSolver def smtOptions = Log.withContext Log.CtxSMT $ do
8989
ctxt <- mkContext smtOptions prelude
9090

9191
evalSMT ctxt $ do
92-
checkPrelude
9392
-- set timeout value for the general queries
9493
runCmd_ $ SetTimeout smtOptions.timeout
94+
checkPrelude
9595
Log.logMessage ("Successfully initialised SMT solver with " <> (Text.pack . show $ smtOptions))
9696
pure ctxt
9797

0 commit comments

Comments
 (0)