mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +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