Weird. It's hosted by github.com when I run identical commands:
(base) /tmp curl -sS -D- -o/dev/null https://youtube-dl.org/downloads/latest/youtube-dl-2020.11.12.tar.gz
HTTP/1.1 302 Found
Date: Mon, 16 Nov 2020 15:52:13 GMT
Server: Apache/2.2.15 (CentOS)
Location: https://youtube-dl.org/downloads/2020.11.12/youtube-dl-2020.11.12.tar.gz
Content-Length: 3
Connection: close
Content-Type: text/html; charset=iso-8859-1
(base) /tmp curl -sS -D- -o/dev/null https://youtube-dl.org/downloads/2020.11.12/youtube-dl-2020.11.12.tar.gz
HTTP/1.1 302 Found
Date: Mon, 16 Nov 2020 15:52:27 GMT
Server: Apache/2.2.15 (CentOS)
Location: https://github.com/ytdl-org/youtube-dl/releases/download/2020.11.12/youtube-dl-2020.11.12.tar.gz
Content-Length: 3
Connection: close
Content-Type: text/html; charset=iso-8859-1