Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 445 Bytes

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.