We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe5489 commit 39ffda9Copy full SHA for 39ffda9
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.14.1/z3-4.14.1-x64-glibc-2.35.zip" dest="bin/z3.zip"/>
+ <get src="https://github.com/Z3Prover/z3/releases/download/z3-4.15.0/z3-4.15.0-x64-glibc-2.39.zip" dest="bin/z3.zip"/>
32
<unzip src="bin/z3.zip" dest="bin/">
33
<patternset>
34
<include name="**/bin/z3" />
0 commit comments