diff --git a/automated/build.sh b/automated/build.sh index c7255703..d29981b5 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -79,7 +79,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd) cd $BINDIR rm -f curator stack -- *.bz2 -curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-fa212c6aef0fabd90462168ef924290b4e3c82bd/curator.bz2" | bunzip2 > curator +curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-fd0ce08183fbd0de290ac1847946cee64084ca62/curator.bz2" | bunzip2 > curator chmod +x curator STACK_VERSION=3.7.1