Skip to content

Commit

Permalink
[wheel] Update xz url to newly mirrored 5.2.5 (#20142)
Browse files Browse the repository at this point in the history
The original archive link has a different md5sum now.  We have
mirrored the original.
  • Loading branch information
svenevs authored Sep 7, 2023
1 parent e13f09f commit 82d7b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wheel/image/dependencies/projects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ list(APPEND ALL_PROJECTS lz4)

# xz
set(xz_version 5.2.5)
set(xz_url "https://tukaani.org/xz/xz-${xz_version}.tar.gz")
set(xz_url "https://drake-mirror.csail.mit.edu/other/xz/xz-${xz_version}.tar.gz")
set(xz_md5 "0d270c997aff29708c74d53f599ef717")
list(APPEND ALL_PROJECTS xz)

Expand Down

0 comments on commit 82d7b13

Please sign in to comment.