fix makeflie

Signed-off-by: cwen0 <cwenyin0@gmail.com>
This commit is contained in:
cwen0 2023-01-06 12:06:26 +08:00
parent 8898e8123b
commit 2d2c691093
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ ifeq (,$(wildcard bin/tools/memStress))
mv memStress ./bin/tools/memStress
endif
ifeq (,$(wildcard bin/tools/tproxy))
curl -fsSL -o tproxy-${ARCH}.tar.gz tproxy_https://github.com/chaos-mesh/chaos-tproxy/releases/download/v0.5.4/tproxy-${ARCH}.tar.gz
curl -fsSL -o tproxy-${ARCH}.tar.gz https://github.com/chaos-mesh/chaos-tproxy/releases/download/v0.5.4/tproxy-${ARCH}.tar.gz
tar zxvf tproxy-${ARCH}.tar.gz
mv tproxy ./bin/tools/tproxy
endif