aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/travis/before-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh
index 9d8b0a88..601cc031 100755
--- a/scripts/travis/before-script.sh
+++ b/scripts/travis/before-script.sh
@@ -22,7 +22,7 @@ elif test x"`uname`" = xLinux ; then
make >/dev/null
sudo make install >/dev/null
cd ..
- curl -O http://ftp.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
+ curl -O https://www.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
tar xf util-linux-2.27.1.tar.xz
cd util-linux-2.27.1
./configure