diff --git a/langs/red.yaml b/langs/red.yaml index 8afe8ab..7f90f7b 100644 --- a/langs/red.yaml +++ b/langs/red.yaml @@ -8,8 +8,8 @@ install: install -d "${pkg}/opt/red/skel" install -d "${pkg}/usr/local/bin" - path="$(curl -sSL https://static.red-lang.org/download.html | grep -Eo '/dl/linux/[^"]+' | head -n1)" - wget "https://static.red-lang.org/${path}" -O red + path="$(curl -fsSL http://static.red-lang.org/download.html | grep -Eo '/dl/linux/[^"]+' | head -n1)" + wget "http://static.red-lang.org/${path}" -O red chmod +x red cp red "${pkg}/usr/local/bin/"