If a stock price is modelled with a geometric brownian motion process with this definition:
$GBM(t)=s_0 e^{X(t)}$
where $X(t)$ is a brownian process $N(\mu - \sigma^2/2,\sigma)$, then doesn't this mean that when $t$ tends to infinite and $\mu=0$, GBM(t) tends to zero?
I am confused since $\mu=0$ is supposed to mean "no drift", but the price will always drift to zero.
This is a follow up question about different ways to model a GBM here.
Thanks