aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/common.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/common.sh')
-rw-r--r--.travis/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/common.sh b/.travis/common.sh
index 27260128aa..8b8cecdcbb 100644
--- a/.travis/common.sh
+++ b/.travis/common.sh
@@ -3,7 +3,7 @@
readonly ALPINE_ROOT='/mnt/alpine'
readonly ALPINE_USER='alpine'
readonly CLONE_DIR="${CLONE_DIR:-$(pwd)}"
-readonly MIRROR_URI='http://dl-cdn.alpinelinux.org/alpine/edge'
+readonly MIRROR_URI='http://nl.alpinelinux.org/alpine/edge'
# Runs commands inside the Alpine chroot.
alpine_run() {