Skip to content

scip v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Mar 10:16
· 6 commits to main since this release
d58356c

See the CHANGELOG to see what's new in scip v0.7.0.

Download the CLI for your current platform using:

env \
  TAG="v0.7.0" \
  OS="$(uname -s | tr '[:upper:]' '[:lower:]')" \
  ARCH="$(uname -m | sed -e 's/x86_64/amd64/')" \
  bash -c 'curl -L "https://github.com/scip-code/scip/releases/download/$TAG/scip-$OS-$ARCH.tar.gz"' \
| tar xzf - scip