Skip to content

Commit 7e979d4

Browse files
committed
test: update repo for testing
1 parent d9e90fd commit 7e979d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
suffix = ".exe" if install_os == "windows" else ""
99

1010
# tag of https://github.com/cpp-linter/clang-tools-static-binaries/releases
11-
release_tag = "master-4eaa4a54"
11+
release_tag = "master-2da3e7b"

clang_tools/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def clang_tools_binary_url(tool: str, version: str, tag: str = release_tag) -> s
7373
:returns: The URL used to download the specified tool.
7474
"""
7575
base_url = (
76-
"https://github.com/cpp-linter/clang-tools-static-binaries/releases/download/"
76+
"https://github.com/muttleyxd/clang-tools-static-binaries/releases/download/"
7777
+ tag
7878
)
7979
download_url = f"{base_url}/{tool}-{version}_{install_os}-amd64{suffix}"

0 commit comments

Comments
 (0)