Skip to content

Commit

Permalink
fix: or-tools for ubuntu 24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Aug 26, 2024
1 parent 048097f commit c233d9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions or-tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ if [ ! -d "${full_version}" ]; then
distro=${distro//\"/}
version=${version//\"/}
echo Found distro $distro $version
if [[ "$version" == "24"* ]]; then
version="22.10"
fi
url="https://github.com/google/or-tools/releases/download/v${minor_version}/or-tools_amd64_${distro}-${version}_cpp_v${full_version}.tar.gz"
elif [[ "$os" == "darwin"* ]]; then
if [[ "$cpu" == "arm" ]]; then
Expand Down

0 comments on commit c233d9d

Please sign in to comment.