Skip to content

Commit 740fd5b

Browse files
authored
Merge pull request #96 from GM1957/fix-scripts
fixing scripts that used to point to https://github.com/google/protob…
2 parents fd1f571 + b6aed55 commit 740fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protosanitizer/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif
3636

3737
PROTOC := ./protoc
3838
PROTOC_ZIP := protoc-$(PROTOC_VER)-$(PROTOC_OS)-$(PROTOC_ARCH).zip
39-
PROTOC_URL := https://github.com/google/protobuf/releases/download/v$(PROTOC_VER)/$(PROTOC_ZIP)
39+
PROTOC_URL := https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOC_VER)/$(PROTOC_ZIP)
4040
PROTOC_TMP_DIR := .protoc
4141
PROTOC_TMP_BIN := $(PROTOC_TMP_DIR)/bin/protoc
4242

0 commit comments

Comments
 (0)