ghc-bin: fix musl distfile path

This commit is contained in:
q66 2020-03-25 15:16:47 +01:00
parent 9967cb6d16
commit 3e76063cb1

View file

@ -20,7 +20,7 @@ x86_64)
;;
x86_64-musl)
# create with "make binary-dist"
distfiles="https://distfiles.voidlinux.de/ghc-${version}-x86_64-void-linux-musl.tar.xz"
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
checksum=e335578cf199588dbfd5a3c678a4fc0b0d44ec83771a902a01e510b993b3e01e
;;
i686)