Skip to content

Commit

Permalink
[libjulia] Fix git repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored and fingolfin committed Feb 18, 2022
1 parent b00ab2c commit 9dc65a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function build_julia(ARGS, version::VersionNumber; jllversion=version)

if version == v"1.8.0-DEV"
sources = [
GitSource("https://github.com/JuliaLang/julia", "00646634c6a73998eaae3785eb78fea881c39502"),
GitSource("https://github.com/JuliaLang/julia.git", "00646634c6a73998eaae3785eb78fea881c39502"),
DirectorySource("./bundled"),
]
else
Expand Down

0 comments on commit 9dc65a6

Please sign in to comment.