Skip to content

Commit 7eeda23

Browse files
authored
Change algorithm - TESTING ONLY
1 parent b8e41b0 commit 7eeda23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile_solvers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [ ${osname} = "darwin" ]; then
9595
export CC="gcc-13"
9696
export CXX="g++-13"
9797
else
98-
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
98+
wget --secure-protocol tlsv1 https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
9999
fi
100100

101101
# Work-around for mumps gcc v10 gfortran bug

0 commit comments

Comments
 (0)