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 b8e41b0 commit 7eeda23Copy full SHA for 7eeda23
scripts/compile_solvers.sh
@@ -95,7 +95,7 @@ if [ ${osname} = "darwin" ]; then
95
export CC="gcc-13"
96
export CXX="g++-13"
97
else
98
- wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
+ wget --secure-protocol tlsv1 https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
99
fi
100
101
# Work-around for mumps gcc v10 gfortran bug
0 commit comments