Skip to content

Commit

Permalink
Change to the new site release location (#15)
Browse files Browse the repository at this point in the history
The old site is dead, this is the new one for now
  • Loading branch information
ViNi-Arco committed Mar 15, 2022
1 parent 32ab954 commit 800ed0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mostlyportable-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ _nowhere="$PWD"
_isl_path="isl-git"
else
cd "${_nowhere}"/build
if [ ! -e isl-"${_isl}".tar.gz ]; then
wget -c http://isl.gforge.inria.fr/isl-"${_isl}".tar.gz
if [ ! -e isl-"${_isl}".tar.xz ]; then
wget -c https://libisl.sourceforge.io/isl-"${_isl}".tar.xz
fi
chmod a+x isl-"${_isl}".tar.* && tar -xvf isl-"${_isl}".tar.* >/dev/null 2>&1
_isl_path="isl-${_isl}"
Expand Down

0 comments on commit 800ed0f

Please sign in to comment.