Location of wget/curl?

Hello Forum,
I have Kodi running on my DietPi, working fine. There is one addon that wants me to point it to the location of curl or wget so I can download stuff from within it. I have no idea where wget or curl are located nor which one to chose. Any ideas?
Thanks!

You can install:

apt-get install wget
apt-get install curl

The add on shouldn’t need to know where they are installed if you do the above?

What’s the addon?

Nevermind, I should have looked at their (very well documented!) GitHub.
Solution: Path is /usr/bin/curl or /usr/bin/wget

The following command btw can be used to get command locations:
which curl
which wget