You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge: Replace z3_get_error_msg_ex with z3_get_error_msg
FixesIagoAbal#20.
The z3_get_error_msg_ex function was removed from the Z3 C API for version 4.8.5 of Z3, which caused a linker error. This removes the references to z3_get_error_msg_ex and replaces them with z3_get_error_msg to fix that linker error.
0 commit comments