mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
downloads.scylladb.com recently started redirecting from http to https (via `301 Moved Permanently`). This broke package downloading in open-coredump.sh. To fix this, we have to instruct curl to follow redirects. Closes scylladb/scylladb#17759