Skip to content

Commit 89b42dd

Browse files
Baltolijbertholdgeo2a
authored
Bump Z3 version (#3551)
Related to runtimeverification/evm-semantics#1499, I'm going through the K tools and semantics checking whether upgrading the supported Z3 version we require is going to break anything. --------- Co-authored-by: Jost Berthold <[email protected]> Co-authored-by: Georgy Lukyanov <[email protected]>
1 parent b44422b commit 89b42dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
haskell-nix.url = "github:input-output-hk/haskell.nix";
55
nixpkgs.follows = "haskell-nix/nixpkgs-unstable";
66
z3-src = {
7-
url = "github:Z3Prover/z3/z3-4.8.15";
7+
url = "github:Z3Prover/z3/z3-4.12.1";
88
flake = false;
99
};
1010
flake-compat = {

0 commit comments

Comments
 (0)