diff --git a/Makefile b/Makefile index 304781d..8c90ad8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ IMAGE?=d.xr.to/base # Arch to be used ARCH?=x86_64-musl # Repo root url to be used (/musl will be appended in case of musl based arch) -REPO_ROOT?=https://alpha.de.repo.voidlinux.org/current +REPO_ROOT?=https://repo-default.voidlinux.org/current # Absolute repo url REPO?=$(REPO_ROOT)$(if $(findstring musl, $(ARCH)),/musl) # Toolbox to be used (toybox, busybox, none or default)