HomebrewでMysqlをインストールしようとしたら以下のエラーが出た。
brew install mysql
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
Error: mysql: Failed to download resource "mysql"
Download failed: https://ghcr.io/v2/homebrew/core/mysql/blobs/sha256:5f6efe3a8985554faf3c5a2f74e1029971d7fbebb13922aae117cffd7bdeba58
解決策
brew install openssl
以上。