Skip to content

Commit d7ac8db

Browse files
fix #2458
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 3147d23 commit d7ac8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tactic/tactic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ lbool check_sat(tactic & t, goal_ref & g, model_ref & md, labels_vec & labels, p
163163
try {
164164
exec(t, g, r);
165165
}
166-
catch (tactic_exception & ex) {
166+
catch (z3_exception & ex) {
167167
reason_unknown = ex.msg();
168168
if (r.size() > 0) pr = r[0]->pr(0);
169169
return l_undef;

0 commit comments

Comments
 (0)