Skip to content

Commit a3ab987

Browse files
committed
add mac instead of macos
1 parent 072fe93 commit a3ab987

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
@@ -21,7 +21,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI
2121
skip="pp* cp312*"
2222
before-all = [
2323
"brew install wget zlib gcc",
24-
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos-arm.zip -O scip.zip",
24+
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos.zip -O scip.zip",
2525
"unzip scip.zip",
2626
"mv scip_install src/scip"
2727
]

0 commit comments

Comments
 (0)