common/travis: switch CI scripts to repo-ci

This commit is contained in:
classabbyamp 2022-06-14 20:29:44 -04:00 committed by Michael Aldridge
parent e2417ae6b2
commit a2ffebc11e
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ TAR=tar
command -v bsdtar >/dev/null && TAR=bsdtar
ARCH=$(uname -m)-musl
VERSION=0.59_5
URL="https://repo-default.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
URL="https://repo-ci.voidlinux.org/static/xbps-static-static-${VERSION}.${ARCH}.tar.xz"
FILE=${URL##*/}
mkdir -p /tmp/bin