There was an error while loading. Please reload this page.
1 parent da25a0f commit 937374eCopy full SHA for 937374e
smt/fr.lip6.smt.z3.binaries/pom.xml
@@ -28,7 +28,7 @@
28
<target>
29
<echo message="Get Z3 binaries"/>
30
<mkdir dir="bin"/>
31
- <get src="https://github.com/Z3Prover/z3/releases/download/z3-4.13.0/z3-4.13.0-x64-glibc-2.35.zip" dest="bin/z3.zip"/>
+ <get src="https://github.com/Z3Prover/z3/releases/download/z3-4.14.1/z3-4.14.1-x64-glibc-2.35.zip" dest="bin/z3.zip"/>
32
<unzip src="bin/z3.zip" dest="bin/">
33
<patternset>
34
<include name="**/bin/z3" />
0 commit comments