We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1729cc commit 2b3a8cfCopy full SHA for 2b3a8cf
pyproject.toml
@@ -61,7 +61,7 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
61
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-macos-arm.zip -O scip.zip
62
export MACOSX_DEPLOYMENT_TARGET=14.0
63
else
64
- wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-macos.zip -O scip.zip
+ wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-macos-intel.zip -O scip.zip
65
export MACOSX_DEPLOYMENT_TARGET=13.0
66
fi
67
unzip scip.zip
0 commit comments