Artiweb > Pull Request #3001

Install SMT solvers for CI testing #3001

Github

Description

Currently, no SMT-solver is available during the CI build and test.

This MR brings a small bash scripts, which download and "install" z3 and CVC5. Both SMT-solvers should be available via $PATH. Caching is activated.

The script uses the gh, the cli application for/from Github, to download the latest releases.

Artifacts