diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index d5cbede3e570f8..ddcb7599f54acc 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1213,7 +1213,7 @@ def fetch_bottle_tab .index_by { |dep| dep["full_name"] } .freeze true - rescue DownloadError + rescue DownloadError, ArgumentError @fetch_bottle_tab = true end end