diff --git a/install-filcrypto b/install-filcrypto index 9d6984d5..6c585f55 100755 --- a/install-filcrypto +++ b/install-filcrypto @@ -131,7 +131,7 @@ download_release_tarball() { -w "%{url_effective}" \ "${__release_url}") - if ! curl "${auth_header[@]}" --retry 3 --output "${__tar_path}" "${__asset_url}"; then + if ! curl "${auth_header[@]}" --header "Accept: application/octet-stream" --retry 3 --output "${__tar_path}" "${__asset_url}"; then (>&2 echo "[download_release_tarball] failed to download release asset (tag URL: ${__release_tag_url}, asset URL: ${__asset_url})") return 1 fi