CI: Update what4-solvers to use Z3 4.8.14

The previous `what4-solvers` snapshot used Z3 4.8.10, which is known to cause
severe performance regressions with the `negshift` regression test. See #1107.
This updates to a more recent `what4-solvers` snapshot that uses Z3 4.8.14
instead, which is known to work more reliably with `negshift`.
This commit is contained in:
Ryan Scott 2022-01-14 14:48:09 -05:00
parent 09aaf1d82c
commit 3b9eafbc91

View File

@ -9,7 +9,7 @@ on:
workflow_dispatch:
env:
SOLVER_PKG_VERSION: "snapshot-20210917"
SOLVER_PKG_VERSION: "snapshot-20220114"
jobs:
config: