Skip to content

Commit

Permalink
fix community jdk22 download url
Browse files Browse the repository at this point in the history
  • Loading branch information
brahimhaddou committed Apr 16, 2024
1 parent a1751a6 commit 91e1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/graalvm-community-jdk22.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
target_dir = "#{jvms_dir}/graalvm-community-openjdk-#{version.split(".").first}".freeze

# github.com/graalvm/graalvm-ce-builds was verified as official when first introduced to the cask
url "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-#{version}.0.0/graalvm-community-jdk-#{version}.0.0_macos-#{arch}_bin.tar.gz"
url "https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-#{version}/graalvm-community-jdk-#{version}_macos-#{arch}_bin.tar.gz"
name "GraalVM Community Edition for JDK 22"
homepage "https://www.graalvm.org/"

Expand Down

0 comments on commit 91e1248

Please sign in to comment.