about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorLukáš Zaoral <lzaoral@redhat.com>2022-01-22 21:27:42 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-03-09 20:45:11 +0100
commit01742c1b0250ec1cb98725557bfedc058f841937 (patch)
tree410193ad6a9fe60bd159dcf777967eec81abcd24
parent6ada2c0389ebeeac7201486a251eb3961d6ad54d (diff)
downloadklee-01742c1b0250ec1cb98725557bfedc058f841937.tar.gz
CI: Update Z3 to 4.8.14
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index c5427815..ae4a6576 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -28,7 +28,7 @@ env:
   UCLIBC_VERSION: klee_uclibc_v1.2
   USE_TCMALLOC: 1
   USE_LIBCXX: 1
-  Z3_VERSION: 4.8.4
+  Z3_VERSION: 4.8.14
 
 jobs:
   Linux: