diff --git a/Formula/qob-cli.rb b/Formula/qob-cli.rb index ca75f833..1a1d8952 100644 --- a/Formula/qob-cli.rb +++ b/Formula/qob-cli.rb @@ -2,7 +2,7 @@ version "0.1.0" sha256 "9826a4d7f603c0c01692e97950282a2e4e7d12f3d1ba2067ad971cceff4f9aed" - url "https://github.com/cl-qob/cli/releases/download/v#{version}/qob_v#{version}_macos-x64.tar.gz" + url "https://github.com/cl-qob/cli/releases/download/#{version}/qob_#{version}_macos-x64.tar.gz" name "Qob CLI" desc "CLI for building, running, testing, and managing your Common Lisp dependencies" homepage "https://cl-qob.github.io/"