Skip to content

pavpanchekha/setup-z3

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.