File tree 1 file changed +2
-2
lines changed
.github/actions/setup_optimizers_linux
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
name : Download ARM64 Installers
59
59
run : |
60
60
curl -L -o ~/installers/gurobi.tar.gz https://packages.gurobi.com/11.0/gurobi11.0.0_armlinux64.tar.gz
61
- curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.4/linux64 /CardinalOptimizer-7.2.4-aarch64_lnx.tar.gz
61
+ curl -L -o ~/installers/copt.tar.gz https://pub.shanshu.ai/download/copt/7.2.4/aarch64 /CardinalOptimizer-7.2.4-aarch64_lnx.tar.gz
62
62
curl -L -o ~/installers/mosek.tar.bz2 https://download.mosek.com/stable/10.2.0/mosektoolslinuxaarch64.tar.bz2
63
- curl -L -o ~/installers/idaes-solvers.tar.gz https://github.com/IDAES/idaes-ext/releases/download/3.4.2/idaes-lib -ubuntu2204-aarch64.tar.gz
63
+ curl -L -o ~/installers/idaes-solvers.tar.gz https://github.com/IDAES/idaes-ext/releases/download/3.4.2/idaes-solvers -ubuntu2204-aarch64.tar.gz
64
64
65
65
- name : Setup Gurobi Installation Home
66
66
if : ${{ inputs.ARCH == 'X64' }}
You can’t perform that action at this time.
0 commit comments