Skip to content

Commit 937374e

Browse files
committed
update Z3 version
1 parent da25a0f commit 937374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smt/fr.lip6.smt.z3.binaries/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<target>
2929
<echo message="Get Z3 binaries"/>
3030
<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"/>
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"/>
3232
<unzip src="bin/z3.zip" dest="bin/">
3333
<patternset>
3434
<include name="**/bin/z3" />

0 commit comments

Comments
 (0)