Skip to content
download

GitHub Action

Install Z3

v0.3.0 Latest version

Install Z3

download

Install Z3

Install Z3 to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Install Z3

uses: pavpanchekha/[email protected]

Learn more about this action in pavpanchekha/setup-z3

Choose a version

setup-z3

This Action sets up Z3 by downloading a release build.

Usage

Just use the pavpanchekha/setup-z3 action. It has three inputs:

  • version: a version number for Z3; required.
  • architecture: x64 by default, can be set to x86 for the Windows build.
  • distribution: glibc-2.31 by default for use on ubuntu; find other options here.