You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
437 B
14 lines
437 B
3 years ago
|
diff --git a/scripts/build/companion_libs/121-isl.sh b/scripts/build/companion_libs/121-isl.sh
|
||
|
index ef93bbd6..12616a06 100644
|
||
|
--- a/scripts/build/companion_libs/121-isl.sh
|
||
|
+++ b/scripts/build/companion_libs/121-isl.sh
|
||
|
@@ -14,7 +14,7 @@ if [ "${CT_ISL}" = "y" ]; then
|
||
|
# Download ISL
|
||
|
do_isl_get() {
|
||
|
CT_GetFile "isl-${CT_ISL_VERSION}" \
|
||
|
- http://isl.gforge.inria.fr
|
||
|
+ https://libisl.sourceforge.io
|
||
|
}
|
||
|
|
||
|
# Extract ISL
|