We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5190b7b commit a34784fCopy full SHA for a34784f
.circleci/config.yml
@@ -10,8 +10,8 @@ commands:
10
name: Install z3
11
command: |
12
# Config version
13
- z3version="z3-4.8.17"
14
- z3distributiontype="x64-glibc-2.31"
+ z3version="z3-4.15.1"
+ z3distributiontype="x64-glibc-2.39"
15
z3full="${z3version}-${z3distributiontype}"
16
17
# Download and install
.github/workflows/cabal.yml
@@ -18,7 +18,7 @@ jobs:
18
ghc:
19
- "9.12.2"
20
z3:
21
- - "4.10.2"
+ - "4.15.1"
22
23
steps:
24
- uses: actions/checkout@v4
@@ -29,6 +29,7 @@ jobs:
29
uses: pavpanchekha/setup-z3@6b2d476d7a9227e0d8d2b94f73cd9fcba91b5e98
30
with:
31
version: ${{ matrix.z3 }}
32
+ distribution: glibc-2.39
33
34
- name: Workaround runner image issue
35
# https://github.com/actions/runner-images/issues/7061
0 commit comments