3 : "${MIRROR:=https://repo-default.voidlinux.org/}"
13 aarch64
*) echo "${MIRROR}/current/aarch64" ;;
14 *-musl) echo "${MIRROR}/current/musl" ;;
15 *) echo "${MIRROR}/current" ;;
19 case "${TARGETPLATFORM:?}" in
20 linux
/arm
/v6
) ARCH
="armv6l$(suffix)" ;;
21 linux
/arm
/v7
) ARCH
="armv7l$(suffix)" ;;
22 linux
/arm64
) ARCH
="aarch64$(suffix)" ;;
23 linux
/amd64
) ARCH
="x86_64$(suffix)" ;;
24 linux
/386) ARCH
="i686$(suffix)" ;;