Skip to content

Commit 2b3a8cf

Browse files
committed
Change name of macos-intel
1 parent c1729cc commit 2b3a8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
6161
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-macos-arm.zip -O scip.zip
6262
export MACOSX_DEPLOYMENT_TARGET=14.0
6363
else
64-
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-macos.zip -O scip.zip
64+
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-macos-intel.zip -O scip.zip
6565
export MACOSX_DEPLOYMENT_TARGET=13.0
6666
fi
6767
unzip scip.zip

0 commit comments

Comments
 (0)