Skip to content

Commit

Permalink
spark2014: use glibc 2.31 version of Z3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Jun 3, 2024
1 parent 39805b7 commit 90a24ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/spark2014.anod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SPARK2014(spec("common")):
elif self.env.host.os.name == "darwin":
fn = "z3-4.13.0-arm64-osx-11.0.zip"
else:
fn = "z3-4.13.0-x64-glibc-2.35.zip"
fn = "z3-4.13.0-x64-glibc-2.31.zip"
return fn

@property
Expand Down

0 comments on commit 90a24ab

Please sign in to comment.